home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gMusicChannel
- set jButton to the clickOn
- if the clickOn = 10 then
- repeat while the volume of sound gMusicChannel > 0
- set the volume of sound gMusicChannel to the volume of sound gMusicChannel - 16
- updateStage()
- LingoPause(5)
- end repeat
- sound stop gMusicChannel
- go("Num Of Players")
- else
- repeat while the volume of sound gMusicChannel > 0
- set the volume of sound gMusicChannel to the volume of sound gMusicChannel - 16
- updateStage()
- LingoPause(5)
- end repeat
- sound stop gMusicChannel
- go("End")
- end if
- end
-